home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 2 / Atari Mega Archive CD - Volume 2.iso / mint / distkit / updates / 0readme.txt next >
Text File  |  1995-04-22  |  6KB  |  149 lines

  1. ******************************************************************** 
  2. * IMPORTANT: If you have used the mfsutil subset, you will have to * 
  3. * remove the mfsconf call from your bootup sequence BEFORE running * 
  4. * INSTALL. (Sorry, but I can't really link a GFA program with the  * 
  5. * mint libs :-)                                                    * 
  6. *                                                                  * 
  7. * Alternatively: you can issue a mfsconf command as follows BEFORE * 
  8. * running INSTALL.PRG:                                             * 
  9. *                                                                  * 
  10. *    mfsconf <drive> -s t -l t -d t                                * 
  11. *                                                                  * 
  12. ******************************************************************** 
  13.  
  14. This file is intended to be a list of the .zoo archives in this directory 
  15. together with a short description of the archives. 
  16.  
  17. All of the patches are designed to be unzoo-ed onto a floppy disk and then 
  18. have INSTALL.PRG run from disk1 of the kit, which will then install them into  
  19. the partition specified. 
  20.  
  21. To unzoo them, copy the zoo file to C:\, open a window on A:, and while holding 
  22. the right button down, double click on Zoo.ttp, typing "x C:\filename.zoo"  
  23. into the parameters box. This will keep A: as the active window, and you will 
  24. find 1 or more .zoo file(s) & a .sys file will appear on the A: directory when  
  25. done. At this point you should run INSTALL.PRG 
  26.  
  27. Fri Jan  8 14:39:08 WET 1993: 
  28. ============================= 
  29.  
  30. Gcc231.zoo: 
  31.     gcc 2.3 patchlevel 1, assorted tools, and the gas assembler. The 
  32.     latest version (as of this date) of gcc. Has full support for the 
  33.     -mbaserel and -mpcrel options, but does not include g++ , both AFAIK. 
  34.  
  35. Incobj25.zoo: 
  36.     The patchlevel 25 versions of the header files and libraries (both 
  37.     'b' libraries (sharable text) and normal libraries included. Falcon 
  38.     header files included also. These are necessary for versions of MiNT 
  39.     >= 0.96, as they fix a serious bug in directory manipulation. 
  40.  
  41. Compress.zoo: 
  42.     A 16-bit un*x-like 'compress' program. This was missed out of the 
  43.     original kit by mistake. 
  44.  
  45. Man4.zoo: 
  46.     The patchlevel 25 versions of the manual pager suite. Needed to work 
  47.     with version of MiNT >= 0.96 
  48.  
  49. Sed113.zoo: 
  50.     GNU sed vesion 1.1.3.  The latest version of GNU sed available. Sed is 
  51.     a un*x utility to apply an editor-like operation (eg: search/replace) 
  52.     to a file - sed stands for Stream EDitor. 
  53.  
  54. ------------------------------------------------------------------------------- 
  55.  
  56. Mon Jan 18 11:36:40 WET 1993 
  57. ============================ 
  58.  
  59. disk1.zoo: 
  60.     Changes to SETUP and INSTALL to make them work in other than ST high 
  61.     resolution. Can't test on TT, but those ought to be able to work in 
  62.     ST high mode anyway. 
  63.  
  64. Init1.zoo: 
  65.     Bugfixes care of Tesch for the login/write programs. Now no longer 
  66.     reports 'can't write entry in utmp' message. 
  67.  
  68. Man4.zoo: 
  69.     Allows you to install the manual page for whatis 
  70.  
  71. ------------------------------------------------------------------------------- 
  72.  
  73. Mon Jan 25 15:21:51 WET 1993 
  74. ============================ 
  75.  
  76. disk1.zoo: 
  77.     changes to INSTALL to make it allow you to select more than one .sys 
  78.     file from the disk. Now you "Load Config" and it puts up 2 windows. 
  79.     Clicking in one will change the current .sys file, clicking in the 
  80.     other will change what files to install. 
  81.  
  82. shlutl1.zoo: 
  83.     The latest versions of the GNU fileutils (AFAICT). Specifically I 
  84.     think the test.ttp program actually works!  
  85.  
  86. ------------------------------------------------------------------------------- 
  87.  
  88. Sat Feb 13 16:47:36 WET 1993 
  89. ============================ 
  90.  
  91. Mfsutl.zoo: 
  92.     mfsutl.zoo is something of a strange subset. Here are the GNU utils 
  93.     compiled with no TOS-like hashing of filenames into 8+3. 
  94.  
  95.     The purpose of this is that 'make' as distributed is incapable of 
  96.     finding a Makefile in its own directory. To solve this it is  
  97.     necessary to use mfsconf.ttp to change the way files are referenced 
  98.     on the minixfs filesystem. Unfortunately, doing this results in the 
  99.     cp and rm and mv etc. programs failing ( and in fact deleting in  
  100.     some cases ). So, here are a set of programs that will work properly 
  101.     under the minixfs. No guarantees if you install them onto a TOS file- 
  102.     system, though. This subset should be installed  *only* if you use 
  103.     minixfs. 
  104.  
  105. ------------------------------------------------------------------------------- 
  106.  
  107. Tue Mar 16 16:02:51 WET 1993 
  108. ============================ 
  109.  
  110. Doc1.zoo: 
  111.     This is the set of manual pages (both pre-formatted and not) from 
  112.     Hildo/Eric + all the MiNT docs that come with the original package. 
  113.  
  114. Gcc-as138.zoo: 
  115.     This is the GNU Assembler version 1.38 patch 4. The latest to date 
  116.     AFAIK. 
  117.  
  118. ------------------------------------------------------------------------------- 
  119.  
  120. Mon Mar 22 13:38:44 WET 1993 
  121. ============================ 
  122.  
  123. Cat2.zoo: 
  124.     An updated version of cat stolen from the bsd sources. Allows operations 
  125.     like: 
  126.             cat > file 
  127.  
  128. G++233.zoo: 
  129.     Actually the cc1+ back end of the gcc compiler. Allows compilation of C++ 
  130.     programs with the gcc compiler. 
  131.     [  Apr 1, 1993 - discovered that this really contains version 2.2.2 
  132.     of the program. Still need a 2.3.3 binary...  -- hyc] 
  133.  
  134. Gawk.zoo: 
  135.     The GNU version of awk. Manual pages are missing - I'll fix this RSN. The 
  136.     program installs as 'awk' rather than 'gawk' because few people are going 
  137.     to have a version of awk lying around. 
  138.  
  139. Tar1111.zoo: 
  140.     Hildo's compilation of GNU tar 1.11.1 - Please read the info page when you 
  141.     install this. This program will soon become the distribution method for the 
  142.     MDK. Probably a 'must install' subset. 
  143.  
  144. UUutil.zoo: 
  145.     The uuencode and uudecode programs. Useful for sending 8-bit data over a 
  146.     7-bit link. 
  147.  
  148. ------------------------------------------------------------------------------- 
  149.